Remove an unneeded include
authorMatthias Clasen <mclasen@redhat.com>
Wed, 18 Dec 2013 03:41:27 +0000 (22:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 18 Dec 2013 03:41:27 +0000 (22:41 -0500)
gtk/gtkappchooserdialog.c

index e53051397a64ee8f2c3fc6c377e59fe9d1623b0f..b25974df47b5f855c64bf88718e2e0fd13463071 100644 (file)
 #include <glib/gi18n-lib.h>
 #include <gio/gio.h>
 
-#ifdef HAVE_GIO_UNIX
-#include <gio/gdesktopappinfo.h>
-#endif
-
 #define sure_string(s) ((const char *) ((s) != NULL ? (s) : ""))
 
 struct _GtkAppChooserDialogPrivate {